Skip to content

Commit

Permalink
bench: Remove benchmarks with little value
Browse files Browse the repository at this point in the history
Remove benchmark cases which provide little value to overall score.
  • Loading branch information
chfast committed Sep 29, 2020
1 parent 8c28890 commit 7f074fc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 44 deletions.
8 changes: 0 additions & 8 deletions test/benchmarks/micro/eli_interpreter.inputs
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
halt
interp_switch
ii:i
0 1001
00
1001
00

exec105
interp_switch
ii:i
Expand Down
7 changes: 0 additions & 7 deletions test/benchmarks/micro/factorial.inputs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
10
factorial
I:I
10

3628800

20
factorial
I:I
Expand Down
7 changes: 0 additions & 7 deletions test/benchmarks/micro/host_adler32.inputs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ i:i

22544555

100
host_adler32
i:i
100

2254455500

1000
host_adler32
i:i
Expand Down
14 changes: 0 additions & 14 deletions test/benchmarks/micro/spinner.inputs

This file was deleted.

Binary file removed test/benchmarks/micro/spinner.wasm
Binary file not shown.
8 changes: 0 additions & 8 deletions test/benchmarks/mul256_opt0.inputs
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
input0
mul256
iii:
0 0 0




input1
mul256
iii:
Expand Down

0 comments on commit 7f074fc

Please sign in to comment.