Skip to content

Commit

Permalink
Run DyM tests only one iteration
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Apr 12, 2020
1 parent 2ab5f72 commit 7be6fc7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Binary file modified tests/dym/expected-results.tar.bz2
Binary file not shown.
40 changes: 20 additions & 20 deletions tests/dym/test.sh
Expand Up @@ -82,30 +82,30 @@ runBenchmark Sieve 1 0 2
runBenchmark Towers 1 0 2

# Micro
runActorBenchmark PingPong 2 0 40000
runActorBenchmark Counting 2 0 300000
runActorBenchmark ForkJoinThroughput 2 0 3000:60
runActorBenchmark ForkJoinActorCreation 2 0 20000
runActorBenchmark ThreadRing 2 0 100:50000
runActorBenchmark Chameneos 2 0 100:20000
runActorBenchmark BigContention 2 0 500:120
runActorBenchmark PingPong 1 0 40000
runActorBenchmark Counting 1 0 300000
runActorBenchmark ForkJoinThroughput 1 0 3000:60
runActorBenchmark ForkJoinActorCreation 1 0 20000
runActorBenchmark ThreadRing 1 0 100:50000
runActorBenchmark Chameneos 1 0 100:20000
runActorBenchmark BigContention 1 0 500:120

# Concurrency
runActorBenchmark ConcurrentDictionary 2 0 20:600:20
runActorBenchmark ConcurrentSortedLinkedList 2 0 10:500:10:1
runActorBenchmark ProducerConsumerBoundedBuffer 2 0 40:5:5:10
runActorBenchmark Philosophers 2 0 20:2000
runActorBenchmark SleepingBarber 2 0 800:500:500:200
runActorBenchmark CigaretteSmokers 2 0 1000:200
runActorBenchmark LogisticsMapSeries 2 0 10000:10:346
runActorBenchmark BankTransaction 2 0 1000:10000
runActorBenchmark ConcurrentDictionary 1 0 20:600:20
runActorBenchmark ConcurrentSortedLinkedList 1 0 10:500:10:1
runActorBenchmark ProducerConsumerBoundedBuffer 1 0 40:5:5:10
runActorBenchmark Philosophers 1 0 20:2000
runActorBenchmark SleepingBarber 1 0 800:500:500:200
runActorBenchmark CigaretteSmokers 1 0 1000:200
runActorBenchmark LogisticsMapSeries 1 0 10000:10:346
runActorBenchmark BankTransaction 1 0 1000:10000

# Parallelism
runActorBenchmark RadixSort 2 0 10000:65536:74755
runActorBenchmark UnbalancedCobwebbedTree 2 0 10000:10:0:1
runActorBenchmark TrapezoidalApproximation 2 0 100:100000:1:5
runActorBenchmark AStarSearch 2 0 100:10
runActorBenchmark NQueens 2 0 20:8:4
runActorBenchmark RadixSort 1 0 10000:65536:74755
runActorBenchmark UnbalancedCobwebbedTree 1 0 10000:10:0:1
runActorBenchmark TrapezoidalApproximation 1 0 100:100000:1:5
runActorBenchmark AStarSearch 1 0 100:10
runActorBenchmark NQueens 1 0 20:8:4


if [ "$1" = "update" ] && [ "$NEEDS_UPDATE" = true ]
Expand Down

0 comments on commit 7be6fc7

Please sign in to comment.