Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(841)

Side by Side Diff: CHANGELOG.md

Issue 1080123002: add benchmarks.dart which allows you to easily benchmark transformer code (Closed) Base URL: git@github.com:dart-lang/code-transformers.git@master
Patch Set: code review updates Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/benchmarks.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.2.8
2
3 * Add `benchmarks.dart` file which exposes a `TransformerBenchmark`. This can be
4 used to implement simple benchmarks of transformer code.
5
1 ## 0.2.7+2 6 ## 0.2.7+2
2 7
3 * Fix `assetIdToUri` on windows, 8 * Fix `assetIdToUri` on windows,
4 [41](https://github.com/dart-lang/polymer-dart/issues/41) 9 [41](https://github.com/dart-lang/polymer-dart/issues/41)
5 10
6 ## 0.2.7+1 11 ## 0.2.7+1
7 12
8 * Fixes for missing overrides after upgrade to analzyer 0.24.0 13 * Fixes for missing overrides after upgrade to analzyer 0.24.0
9 14
10 ## 0.2.7 15 ## 0.2.7
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 53
49 * Widen the constraint on source_maps. 54 * Widen the constraint on source_maps.
50 55
51 ## 0.2.0+1 56 ## 0.2.0+1
52 57
53 * Widen the constraint on barback. 58 * Widen the constraint on barback.
54 59
55 ## 0.2.0 60 ## 0.2.0
56 61
57 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. 62 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class.
OLDNEW
« no previous file with comments | « no previous file | lib/benchmarks.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698