Skip to content

Commit

Permalink
perf test for edge on mono
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed May 20, 2014
1 parent a7bd889 commit 0a6c6ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions performance/BookService/compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
mcs -sdk:4.5 Program.cs /r:System.Net.Http.dll /r:System.ServiceModel.dll /r:System.Web.Http.dll /r:System.Web.Http.SelfHost.dll
2 changes: 1 addition & 1 deletion performance/marshal_clr2v8.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var measure = function (func) {
tags: [ '.NET', 'node.js', 'CLR', 'V8', 'interop']
}, function (error, callbck) {
if (error) throw error;
if (++i < callCount) process.nextTick(one);
if (++i < callCount) setImmediate(one);
else finish();
});
}
Expand Down

0 comments on commit 0a6c6ca

Please sign in to comment.