1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

35 commits

Author SHA1 Message Date
Nathan Weizenbaum
b4fe64bf9e *Really* make :ugly benchmarking work. I hope. 2008-12-28 15:50:01 -08:00
Nathan Weizenbaum
baac6a4cb8 Really benchmark :ugly. 2008-12-28 15:38:55 -08:00
Nathan Weizenbaum
3b2fe060f4 Update benchmarking stuff, including switching to RBench. 2008-12-28 15:30:16 -08:00
Nathan Weizenbaum
29d6826389 Make benchmark.rb compatible with Rails munging. 2008-12-28 02:00:35 -08:00
Nathan Weizenbaum
deac7a70a1 Support linked Rails in benchmark.rb. 2008-10-27 10:19:52 -07:00
Nathan Weizenbaum
d7986bb7bc Fix benchmark code for ActionView >= 2.1.0. 2008-10-27 10:17:21 -07:00
Nathan Weizenbaum
1a9c5e2d36 Clean up requires in benchmark.rb. 2008-05-06 00:51:49 -07:00
Nathan Weizenbaum
500be8e3bd Make benchmark.rb more standalone. 2008-05-06 00:43:43 -07:00
Nathan Weizenbaum
a0c0005ebb Update the benchmark script to use Benchwarmer. 2008-05-06 00:32:47 -07:00
Nathan Weizenbaum
27c0906bf6 Make the benchmark rake task work. 2008-04-24 09:35:06 -07:00
nex3
d780d22d62 Unbreak rake benchmark.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@666 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-25 01:34:56 +00:00
nex3
fe7e6117ac Markaby doesn't support caching. It's not fair to benchmark it as though it did.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@665 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-25 01:30:49 +00:00
nex3
7397b41603 Be more fair when caching ERB.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@664 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-25 00:13:00 +00:00
nex3
0c851db8eb Caching in ActionView again.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@662 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-24 22:17:11 +00:00
nex3
9e04234a17 More fine-grained ActionView benchmarks.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@660 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-24 04:01:22 +00:00
nex3
f0de64c0fc More rigorous ActionView benchmarks.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@658 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-24 03:05:34 +00:00
nex3
2f3a4444a4 Added Haml::Engine#def_method.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@656 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-24 02:32:18 +00:00
nex3
ef78e2667d More benchmarky fun
git-svn-id: svn://hamptoncatlin.com/haml/trunk@654 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-23 18:54:58 +00:00
nex3
1dc118ff7d Various formatting improvements for benchmarking.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@631 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-22 21:36:03 +00:00
nex3
fccd0d47f2 New benchmark code. The old one syphoned some stuff through ActionView, which distorted the results.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@628 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-22 03:43:33 +00:00
nex3
eca1a675a3 ActionPack stuff isn't loaded unless it's needed. Thanks to Bob Aman for the original patch.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@624 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-18 11:14:12 +00:00
hcatlin
77d09a5aea adding in markaby benchmarks
git-svn-id: svn://hamptoncatlin.com/haml/trunk@547 7063305b-7217-0410-af8c-cdc13e5119b9
2007-07-08 16:32:01 +00:00
nex3
3f0c2215e1 Replacing HAML with Haml.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@228 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-16 23:13:01 +00:00
nex3
0165623325 Sass testing no longer interferes with Haml/ERB times.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@220 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-16 04:21:55 +00:00
nex3
d93cc95b3d Benchmarking includes Sass as well.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@202 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-04 16:50:28 +00:00
nex3
d10b74e7e9 Made require more sane by messing with $LOAD_PATH. Also fixed rcov in the process.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@190 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 23:56:47 +00:00
nex3
dfb71265cd Profiling and Benchmarking work.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@188 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 22:43:19 +00:00
nex3
65897ef8f0 Added a ratio output to benchmark.rb.
git-svn-id: svn://hamptoncatlin.com/haml/branches/edge@142 7063305b-7217-0410-af8c-cdc13e5119b9
2006-11-16 04:34:00 +00:00
hcatlin
89a10b9dfe Creating the next set of branches.
That is, the buffered branch is being removed and replaced with the edge 
branch.

This marks the beginning of the edge branch.



git-svn-id: svn://hamptoncatlin.com/haml/branches/edge@80 7063305b-7217-0410-af8c-cdc13e5119b9
2006-10-14 23:50:07 +00:00
packagethief
4266688e30 Rolling back to the last stable commit before the buffered code
git-svn-id: svn://hamptoncatlin.com/haml/trunk@64 7063305b-7217-0410-af8c-cdc13e5119b9
2006-10-05 15:18:35 +00:00
hcatlin
f983380373 Fixing the active-support requirement for the benchmark too.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@57 7063305b-7217-0410-af8c-cdc13e5119b9
2006-10-02 23:39:19 +00:00
packagethief
563d5d748e Enginification
git-svn-id: svn://hamptoncatlin.com/haml/trunk@48 7063305b-7217-0410-af8c-cdc13e5119b9
2006-09-29 18:39:13 +00:00
packagethief
1a2040b1d9 Added a Rake task for benchmarking. Use with rake benchmark (TIMES=n)
git-svn-id: svn://hamptoncatlin.com/haml/trunk@36 7063305b-7217-0410-af8c-cdc13e5119b9
2006-09-12 14:50:13 +00:00
packagethief
49ff7de516 Refatored, and added a test to assert that the refactored engine renders the same as the original engine
git-svn-id: svn://hamptoncatlin.com/haml/trunk@27 7063305b-7217-0410-af8c-cdc13e5119b9
2006-09-12 04:14:21 +00:00
hcatlin
26360e28d3 Benchmark stuff.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@24 7063305b-7217-0410-af8c-cdc13e5119b9
2006-08-21 03:33:30 +00:00