lttng-dev.lists.lttng.org archive mirror
 help / color / mirror / Atom feed
* [lttng-dev] [PATCH] Fix: revise obsolete command in README.md
@ 2022-08-02 17:44 Shao-Tse Hung via lttng-dev
  2022-08-02 20:05 ` Mathieu Desnoyers via lttng-dev
  0 siblings, 1 reply; 2+ messages in thread
From: Shao-Tse Hung via lttng-dev @ 2022-08-02 17:44 UTC (permalink / raw)
  To: lttng-dev; +Cc: Shao-Tse Hung

The obsolete command `make bench` was replaced by `make short_bench` and `make long_bench` in 2015.
However, this command wasn't revised in README, so I follow the previous commit and rewrite it.

Signed-off-by: Shao-Tse Hung <ccs100203@gmail.com>
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a8318c8..1e75589 100644
--- a/README.md
+++ b/README.md
@@ -426,14 +426,15 @@ Make targets
 ------------
 
 In addition to the usual `make check` target, Userspace RCU features
-`make regtest` and `make bench` targets:
+`make regtest`, `make short_bench` and `make long_bench` targets:
 
   - `make check`: short tests, meant to be run when rebuilding or
     porting Userspace RCU.
   - `make regtest`: long (many hours) test, meant to be run when
     modifying Userspace RCU or porting it to a new architecture or
     operating system.
-  - `make bench`: long (many hours) benchmarks.
+  - `make short_bench`: short benchmarks, 3 seconds per test.
+  - `make long_bench`: long (many hours) benchmarks, 30 seconds per test.
 
 
 Known issues
-- 
2.25.1

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [lttng-dev] [PATCH] Fix: revise obsolete command in README.md
  2022-08-02 17:44 [lttng-dev] [PATCH] Fix: revise obsolete command in README.md Shao-Tse Hung via lttng-dev
@ 2022-08-02 20:05 ` Mathieu Desnoyers via lttng-dev
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers via lttng-dev @ 2022-08-02 20:05 UTC (permalink / raw)
  To: Shao-Tse Hung; +Cc: lttng-dev

----- On Aug 2, 2022, at 1:44 PM, Shao-Tse Hung via lttng-dev lttng-dev@lists.lttng.org wrote:

> The obsolete command `make bench` was replaced by `make short_bench` and `make
> long_bench` in 2015.
> However, this command wasn't revised in README, so I follow the previous commit
> and rewrite it.

Merged into liburcu master, 0.13, 0.12 branches, thanks!

Mathieu

> 
> Signed-off-by: Shao-Tse Hung <ccs100203@gmail.com>
> ---
> README.md | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/README.md b/README.md
> index a8318c8..1e75589 100644
> --- a/README.md
> +++ b/README.md
> @@ -426,14 +426,15 @@ Make targets
> ------------
> 
> In addition to the usual `make check` target, Userspace RCU features
> -`make regtest` and `make bench` targets:
> +`make regtest`, `make short_bench` and `make long_bench` targets:
> 
>   - `make check`: short tests, meant to be run when rebuilding or
>     porting Userspace RCU.
>   - `make regtest`: long (many hours) test, meant to be run when
>     modifying Userspace RCU or porting it to a new architecture or
>     operating system.
> -  - `make bench`: long (many hours) benchmarks.
> +  - `make short_bench`: short benchmarks, 3 seconds per test.
> +  - `make long_bench`: long (many hours) benchmarks, 30 seconds per test.
> 
> 
> Known issues
> --
> 2.25.1
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-02 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02 17:44 [lttng-dev] [PATCH] Fix: revise obsolete command in README.md Shao-Tse Hung via lttng-dev
2022-08-02 20:05 ` Mathieu Desnoyers via lttng-dev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).