FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bench - jruby/jruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
jruby
/
jruby
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
947
Star
3.9k
Code
Issues
845
Pull requests
110
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
jruby
bench
on
jruby-1_7
User selector
Datepicker
Commit history
Commits on Jan 7, 2013
Switch to a new concurrency-friendly inst var table impl.
Show description for 0e612db
the8472
authored and
headius
committed
0e612db
View commit details
Copy full SHA for 0e612db
View code at this point
Browse repository at this point
Commits on Dec 12, 2012
Improve construction of Java arrays and add type.new_array.
headius
committed
a121b62
View commit details
Copy full SHA for a121b62
View code at this point
Browse repository at this point
Commits on Dec 7, 2012
Revert "Setup .gitattributes for eol normalization"
Show description for 1c39df7
BanzaiMan
committed
1c39df7
View commit details
Copy full SHA for 1c39df7
View code at this point
Browse repository at this point
Commits on Dec 6, 2012
Setup .gitattributes for eol normalization
Show description for b111911
ryenus
committed
b111911
View commit details
Copy full SHA for b111911
View code at this point
Browse repository at this point
Commits on Oct 27, 2012
Red-black tree benchmark from Charlie's GoGaRuCo talk.
Show description for 84f9954
BanzaiMan
committed
84f9954
View commit details
Copy full SHA for 84f9954
View code at this point
Browse repository at this point
Commits on Oct 9, 2012
Remove old rails application used for benchmarking.
headius
committed
ea231ed
View commit details
Copy full SHA for ea231ed
View code at this point
Browse repository at this point
Commits on Jul 27, 2012
Move language benchmarks to rubybench.
headius
committed
996aedd
View commit details
Copy full SHA for 996aedd
View code at this point
Browse repository at this point
Commits on Jul 19, 2012
Moving benchmarks to rubybench repository.
headius
committed
cd65b1e
View commit details
Copy full SHA for cd65b1e
View code at this point
Browse repository at this point
Commits on Jul 7, 2012
Fix bench_dstr to not optimize down to nothing.
headius
committed
b836c0f
View commit details
Copy full SHA for b836c0f
View code at this point
Browse repository at this point
Commits on Jun 30, 2012
Add tictactoe bench for JRUBY-6707.
headius
committed
5075c50
View commit details
Copy full SHA for 5075c50
View code at this point
Browse repository at this point
Commits on Jun 25, 2012
Move Avi's benchmark to a simpler name.
headius
committed
a7d32fa
View commit details
Copy full SHA for a7d32fa
View code at this point
Browse repository at this point
Commits on Jun 12, 2012
Add tictactoe board-building bench for JRUBY-6707.
headius
committed
cc0d373
View commit details
Copy full SHA for cc0d373
View code at this point
Browse repository at this point
Spelling fix for fib_complex bench warning.
headius
committed
4830272
View commit details
Copy full SHA for 4830272
View code at this point
Browse repository at this point
Commits on May 9, 2012
Update stat bench to do more
enebo
committed
24b481b
View commit details
Copy full SHA for 24b481b
View code at this point
Browse repository at this point
Commits on Apr 26, 2012
Add a default for bench_threaded_reverse.
headius
committed
fc9191f
View commit details
Copy full SHA for fc9191f
View code at this point
Browse repository at this point
Commits on Apr 15, 2012
Add neural net benchmark.
headius
committed
524066e
View commit details
Copy full SHA for 524066e
View code at this point
Browse repository at this point
Commits on Apr 9, 2012
Partially unroll getpid benchmark loop - loop overhead is starting to distort measurements.
vp-of-awesome
committed
de0dee9
View commit details
Copy full SHA for de0dee9
View code at this point
Browse repository at this point
Switch some ffi benches over to use a while loop instead of a block iterator to avoid block call overhead
vp-of-awesome
committed
f145e6b
View commit details
Copy full SHA for f145e6b
View code at this point
Browse repository at this point
Commits on Apr 6, 2012
Add "backtrace given" case to exception bench.
headius
committed
d2124db
View commit details
Copy full SHA for d2124db
View code at this point
Browse repository at this point
Improve exception benchmark with IPS and various depths.
headius
committed
2057a14
View commit details
Copy full SHA for 2057a14
View code at this point
Browse repository at this point
Commits on Feb 27, 2012
RbConfig and 1.9 stdlib cleanup.
Show description for 19e9416
headius
committed
19e9416
View commit details
Copy full SHA for 19e9416
View code at this point
Browse repository at this point
Commits on Feb 21, 2012
Add a benchmark for String#% contended and uncontended.
headius
committed
6297041
View commit details
Copy full SHA for 6297041
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
Add 4x contended case.
headius
committed
5ea04f9
View commit details
Copy full SHA for 5ea04f9
View code at this point
Browse repository at this point
Add 100x contention cases.
headius
committed
52038cf
View commit details
Copy full SHA for 52038cf
View code at this point
Browse repository at this point
Use IPS for digest bench.
headius
committed
37edda1
View commit details
Copy full SHA for 37edda1
View code at this point
Browse repository at this point
Add simple benchmark for contended and uncontended MD5.
headius
committed
72f1c32
View commit details
Copy full SHA for 72f1c32
View code at this point
Browse repository at this point
Commits on Feb 19, 2012
Add benchmark for multi-threaded Object.new.object_id
vp-of-awesome
committed
348601d
View commit details
Copy full SHA for 348601d
View code at this point
Browse repository at this point
Reduce contention and overhead in object_id allocation.
headius
committed
2c88a5b
View commit details
Copy full SHA for 2c88a5b
View code at this point
Browse repository at this point
Commits on Feb 9, 2012
Back each RubyString with persistent native memory when passing to a native function, as the transient memory backing (usually on the C stack) leads to confusion when it is reclaimed, and the nativ…
Show description for c29f47c
vp-of-awesome
committed
c29f47c
View commit details
Copy full SHA for c29f47c
View code at this point
Browse repository at this point
Commits on Feb 7, 2012
Increase iteration count.
headius
committed
7c213e9
View commit details
Copy full SHA for 7c213e9
View code at this point
Browse repository at this point
Add an array set benchmark.
headius
committed
441ca4c
View commit details
Copy full SHA for 441ca4c
View code at this point
Browse repository at this point
Commits on Jan 20, 2012
Make heap-based flip-flop bench actually force heap vars.
headius
committed
649bd83
View commit details
Copy full SHA for 649bd83
View code at this point
Browse repository at this point
Commits on Jan 10, 2012
Fix typo.
headius
committed
525ce7f
View commit details
Copy full SHA for 525ce7f
View code at this point
Browse repository at this point
Commits on Dec 19, 2011
Add second param for iteration count to bench_threaded_reverse.
headius
committed
5004ee7
View commit details
Copy full SHA for 5004ee7
View code at this point
Browse repository at this point
Commits on Dec 18, 2011
Add "hashy" Euler #14 benchmark from JRUBY-3315.
headius
committed
2ecb803
View commit details
Copy full SHA for 2ecb803
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL