Skip to content

Commit

Permalink
Core_bench no longer has a name parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Apr 19, 2014
1 parent 66668ce commit 64a1327
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/gc/run_barrier_bench.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
corebuild -pkg core_bench barrier_bench.native
./barrier_bench.native -ascii name alloc
./barrier_bench.native -ascii alloc
2 changes: 1 addition & 1 deletion code/maps-and-hash-tables/run_map_vs_hash.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
corebuild -pkg core_bench map_vs_hash.native
./map_vs_hash.native -ascii -clear-columns name time speedup
./map_vs_hash.native -ascii -clear-columns time speedup
2 changes: 1 addition & 1 deletion code/maps-and-hash-tables/run_map_vs_hash2.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
corebuild -pkg core_bench map_vs_hash2.native
./map_vs_hash2.native -ascii -clear-columns name time speedup
./map_vs_hash2.native -ascii -clear-columns time speedup

0 comments on commit 64a1327

Please sign in to comment.