Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
benchmarks: AOT entry for eventstore2 (works with proper timeout)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewurm committed Aug 5, 2016
1 parent 55e369e commit 3da2dfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions benchmarks/AOT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Missing

* couchbase
* eventstore2 (TODO: timeout?!)
* MSBiology: two DLLs fail to compile, QUT.Bio.dll and WPFToolkit.dll

# Issues

* MSBiology: two DLLs fail to compile, QUT.Bio.dll and WPFToolkit.dll: missing PresentationFramework dependency.

1 change: 1 addition & 0 deletions benchmarks/eventstore2.benchmark
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"Name": "eventstore2",
"TestDirectory": "Eventstore2",
"AOTAssemblies": ["EventStore.BufferManagement.dll", "EventStore.ClientAPI.dll", "EventStore.ClusterNode.Web.dll", "EventStore.ClusterNode.exe", "EventStore.Common.dll", "EventStore.Core.dll", "EventStore.Projections.Core.dll", "EventStore.TestClient.exe", "EventStore.Transport.Http.dll", "EventStore.Transport.Tcp.dll", "EventStore.Web.dll", "NLog.dll", "Newtonsoft.Json.dll", "protobuf-net.dll"],
"CommandLine": ["EventStore.ClusterNode.exe --force --mem-db"],
"ClientCommandLine": ["EventStore.TestClient.exe --force --command 'wrfl 10 500000'"]
}

0 comments on commit 3da2dfa

Please sign in to comment.