Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Mon, 04 Feb 2019 09:41:10 -0800 |
Gregory Szorc |
revetbenchmarks: use raw string for regular expression with escapes
|
Mon, 14 Jan 2019 16:01:17 +0100 |
Boris Feld |
revsetbenchmarks: support revset starting with a "-"
|
Wed, 03 Oct 2018 10:27:44 -0700 |
Martin von Zweigbergk |
cleanup: some Yoda conditions, this patch removes
|
Sat, 14 May 2016 14:23:04 +0900 |
Yuya Nishihara |
py3: make contrib/revsetbenchmarks.py not import symbols from stdlib modules
|
Wed, 16 Mar 2016 04:35:03 +0530 |
Pulkit Goyal |
contrib: revsetbenchmarks use absolute_import and print_function
|
Wed, 10 Feb 2016 12:39:25 -0800 |
Durham Goode |
revsetbenchmark: handle exception case
|
Sat, 21 Nov 2015 15:43:04 -0800 |
Gregory Szorc |
revsetbenchmarks: support benchmarking changectx loading
|
Sat, 17 Oct 2015 00:58:46 +0200 |
Mads Kiilerich |
spelling: trivial spell checking
|
Sat, 15 Aug 2015 17:50:59 +0900 |
Yuya Nishihara |
revsetbenchmarks: run make after update so that C extensions are built
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Sat, 20 Jun 2015 16:22:10 -0700 |
Pierre-Yves David |
revsetbenchmark: do not abort on failure to run a revset
|
Sat, 20 Jun 2015 04:13:25 -0700 |
Pierre-Yves David |
revsetbenchmarks: ignore empty lines
|
Tue, 16 Jun 2015 20:24:37 -0700 |
Pierre-Yves David |
revsetbenchmarks: add main documention for the script
|
Wed, 10 Jun 2015 17:33:57 -0700 |
Pierre-Yves David |
revsetbenchmarks: also display tag when printing a revision
|
Tue, 09 Jun 2015 23:49:07 -0700 |
Pierre-Yves David |
revsetbenchmarks: use combination variants in default set
|
Tue, 09 Jun 2015 23:45:34 -0700 |
Pierre-Yves David |
revsetbenchmarks: support combining variants with "+"
|
Tue, 09 Jun 2015 21:10:44 -0700 |
Pierre-Yves David |
revsetbenchmarks: use many more variants by default
|
Tue, 09 Jun 2015 21:20:54 -0700 |
Pierre-Yves David |
revsetbenchmarks: display even more compact timing result
|
Mon, 27 Oct 2014 11:59:39 +0100 |
Pierre-Yves David |
revsetbenchmarks: allow running multiple variants per revset
|
Tue, 09 Jun 2015 21:30:04 -0700 |
Pierre-Yves David |
revsetbenchmarks: display relative change when meaningful
|
Tue, 09 Jun 2015 18:53:04 -0700 |
Pierre-Yves David |
revsetbenchmarks: improve revision printing
|
Tue, 09 Jun 2015 18:40:06 -0700 |
Pierre-Yves David |
revsetbenchmarks: hide most timing under a --verbose flag
|
Tue, 09 Jun 2015 18:32:47 -0700 |
Pierre-Yves David |
revsetbenchmarks: drop outdated comment
|
Tue, 09 Jun 2015 18:39:55 -0700 |
Pierre-Yves David |
revsetbenchmarks: fix argument parsing
|
Tue, 09 Jun 2015 17:15:48 -0700 |
Pierre-Yves David |
revsetbenchmarks: use a more compact output format with a header
|
Fri, 12 Jun 2015 16:42:07 -0400 |
Augie Fackler |
revsetbenchmarks: clarify comment based on irc discussion
|
Thu, 11 Jun 2015 10:55:02 -0700 |
Pierre-Yves David |
revsetbenchmarks: ensure all indexes have the same width
|
Tue, 09 Jun 2015 16:57:18 -0700 |
Pierre-Yves David |
revsetbenchmarks: factor out result output into a function
|
Tue, 09 Jun 2015 16:48:29 -0700 |
Pierre-Yves David |
revsetbenchmarks: parse perfrevset output into actual number
|
Tue, 09 Jun 2015 15:58:48 -0700 |
Pierre-Yves David |
revsetbenchmarks: improve error output in case of failure
|
Tue, 09 Jun 2015 15:49:14 -0700 |
Pierre-Yves David |
revsetbenchmarks: extract call to mercurial into a function
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Tue, 23 Sep 2014 17:09:19 -0700 |
Pierre-Yves David |
revsetbenchmark: allow comments ('#' prefix) in the revset input
|
Tue, 23 Sep 2014 17:08:49 -0700 |
Pierre-Yves David |
revsetbenchmark: make it clear that revsets may be read from stdin
|
Thu, 07 Aug 2014 14:58:12 -0500 |
Matt Mackall |
whitespace: nuke triple blank lines in **.py
|
Tue, 29 Apr 2014 14:12:32 -0700 |
Pierre-Yves David |
revsetbenchmark: support for running on other repo
|
Tue, 29 Apr 2014 13:18:22 -0700 |
Pierre-Yves David |
revsetbenchmark: automatically finds the perf extension
|
Tue, 29 Apr 2014 11:40:42 -0700 |
Pierre-Yves David |
revsetbenchmark: use optparse to retrieve argument
|
Fri, 25 Apr 2014 13:35:31 -0700 |
Pierre-Yves David |
revsetbenchmark: add a usage message when no arguments are passed
|
Fri, 25 Apr 2014 13:44:51 -0700 |
Pierre-Yves David |
revsetbenchmark: fix error raising
stable
|
Mon, 31 Mar 2014 16:29:39 -0700 |
Durham Goode |
revsetbenchmark: remove python 2.7 dependency
|
Wed, 26 Mar 2014 18:51:49 -0700 |
Pierre-Yves David |
revsetbenchmark: add a summary at the end of execution
|
Wed, 26 Mar 2014 18:39:56 -0700 |
Pierre-Yves David |
revsetbenchmark: retrieve the benchmark value in python
|
Wed, 26 Mar 2014 18:36:19 -0700 |
Pierre-Yves David |
revsetbenchmark: get revision to benchmark in a function
|
Wed, 26 Mar 2014 18:27:17 -0700 |
Pierre-Yves David |
revsetbenchmark: convert revision display to proper subprocesscall
|
Wed, 26 Mar 2014 18:26:18 -0700 |
Pierre-Yves David |
revsetbenchmark: convert performance call to proper subprocess call
|
Wed, 26 Mar 2014 18:14:15 -0700 |
Pierre-Yves David |
revsetbenchmark: convert update to proper subprocess call
|
Thu, 27 Mar 2014 16:52:24 -0500 |
Matt Mackall |
revsetbenchmark: fix semicolon
|
Wed, 26 Mar 2014 18:03:30 -0700 |
Pierre-Yves David |
revsetbenchmark: simplify and convert the script to python
base
contrib/revsetbenchmarks.sh@086a279973c6
|